.background-copy .background-content-copy{
    position: absolute;
    width: 100%;
    text-align: center; 
    background: linear-gradient(-45deg, #ee7752, #8F8F8F, #4682B4,#8F8F8F,#4682B4, #23d5ab,#8F8F8F );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}   

 a{
    color:white;
	margin-top:50px;
}

h1{
	color:black;
	font-size:1.7em;
	font-family: 'Courgette', cursive;
}

h2{
	text-align:center; 
	color:black; 
	font-size:1.2em;
	margin-left:20px;
	margin-right:20px;
}

.conteneur{
	float:left; 
	margin-left: 20px;
}
